home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / schoolsh.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1995-09-29  |  493b  |  23 lines

  1.  
  2.  
  3. ECHO OFF
  4. CLS
  5. ECHO.
  6. ECHO.
  7. ECHO.
  8. ECHO  You are about to print the docs manual for the HOME SCHOOLING records
  9. echo.
  10. echo  keeping program.  Make certain that your printer is turned on, and
  11. echo.
  12. echo  then press ENTER to continue.  If you wish to abort the printing of
  13. echo.
  14. echo  the manual, simply press the CTRL and C keys, at the same time and
  15. echo.
  16. echo  then answer Y to the "Abort Batch Job" prompt.
  17. echo.
  18. echo.
  19. echo.
  20. pause
  21. copy hmschool.doc prn
  22. copy order.frm prn
  23.